gnttab_usage_print() should be static
authorJan Beulich <jbeulich@suse.com>
Thu, 6 Dec 2012 13:13:10 +0000 (14:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 6 Dec 2012 13:13:10 +0000 (14:13 +0100)
commit338614125171750e6dd208689827c291d9ee0e45
treec9fa0e9bed77f5b974d80cdc62844a15f3b26f6a
parentb7a98e60d4516b1a2a0d5cda0773bab960d208d4
gnttab_usage_print() should be static

... as not being used or declared anywhere else.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/common/grant_table.c